home *** CD-ROM | disk | FTP | other *** search
- Frequently Asked Questions About
- Windows Sockets Version 1.1
- 23 Mar 1994
-
- This FAQ has been put together by Mark Towfiq, with much-appreciated
- assistance from Jay Allard, Bruce Backman, Paul Brooks, Martin Hall,
- Simon Hewison, Mike Morse, Bob Quinn, Ed Schwalenberg, Bill Tang, Dave
- Treadwell, and Fred Whiteside. If you have any modifications to this
- FAQ, send them to towfiq@East.Sun.Com, and I will fold them into the
- next revision.
-
- First of all, the questions:
-
- 1. What is Windows Sockets?
- 2. What is the latest version?
- 3. When is the next rev of the specification? Why not sooner?
- 4. Where can I get a/the WINSOCK.DLL?
- 5. Why isn't there just one WINSOCK.DLL? Do I need a TCP/IP already to
- use it?
- 6. Where can I contact Windows Sockets application and implementation
- vendors? (include list of address, phone contacts)
- 7. Where can I get sample apps and tests?
- 8. Will Windows Sockets be in _____?
- 8.1. Will Windows Sockets be in Windows NT?
- 8.2. Will Windows Sockets be in Windows for Workgroups?
- 8.3. Will Windows Sockets be in DOS?
- 8.4. Will Windows Sockets be in Unix?
- 8.5. Will Windows Sockets be in Win32s?
- 9. What about standard APIs for ____?
- 9.1. What about standard APIs for FTP?
- 9.2. What about standard APIs for Telnet?
- 9.3. What about standard APIs for SNMP?
- 9.4. What about standard APIs for RPC?
- 9.5. What about standard APIs for TLI/XTI?
- 10.1. Does Windows Sockets work over protocols other than TCP/IP?
- 10.2. Will it?
- 11. Why no SOCK_RAW?
- 12. Why isn't it possible to share sockets between tasks?
- 13.1. How do I get my IP address?
- 13.2. Why no SIOCGIFADDR?
- 14. When should I use blocking vs. nonblocking sockets?
- 15. What about other socket options that BSD supports? Ioctls?
- 16. How can I get the local username?
- 17. Do I need to initialize the WSAData structure before calling
- WSAStartup?
- 18. If I write a Windows Sockets program for DOS, will I be able to
- communicate with a Sockets program on UNIX?
- 19. Is it possible to create sockets that map to a dll rather than an
- application? I have tried a WSAStartup() as part of my LibMain, but
- the sockets that are created are owned by the application, not by the
- DLL. It would be desirable for me to have some of the sockets that
- are opened have "A Global (DLL wide) Scope".
- 20. A *Class* of questions that could be answered are related to porting
- extant BSD applications to Windows Sockets: "How to I implement the
- xxxx function call in my Windows Sockets application?" (e.g. fcntl(),
- readv(), etc).
- 21. Is there a Pascal/Visual Basic/Visual Cobol header file for Windows
- Sockets?
- ----------------------------------------------------------------------
- 1. What is Windows Sockets?
-
- Answer: The Windows Sockets specification defines a network programming
- interface for Microsoft Windows which is based on the "socket" paradigm
- popularized in the Berkeley Software Distribution (BSD) from the University
- of California at Berkeley. It encompasses both familiar Berkeley socket
- style routines and a set of Windows-specific extensions designed to allow
- the programmer to take advantage of the message-driven nature of Windows.
-
- The Windows Sockets Specification is intended to provide a single API to
- which application developers can program and multiple network software
- vendors can conform. Furthermore, in the context of a particular version
- of Microsoft Windows, it defines a binary interface (ABI) such that an
- application written to the Windows Sockets API can work with a conformant
- protocol implementation from any network software vendor. This
- specification thus defines the library calls and associated semantics to
- which an application developer can program and which a network software
- vendor can implement.
-
- Network software which conforms to this Windows Sockets specification will
- be considered "Windows Sockets Compliant". Suppliers of interfaces which
- are "Windows Sockets Compliant" shall be referred to as "Windows Sockets
- Suppliers". To be Windows Sockets Compliant, a vendor must implement 100%
- of this Windows Sockets specification.
-
- Applications which are capable of operating with any "Windows Sockets
- Compliant" protocol implementation will be considered as having a "Windows
- Sockets Interface" and will be referred to as "Windows Sockets
- Applications".
-
- 2. What is the latest version?
-
- Answer: The latest version of the specification is 1.1.
-
- 3. When is the next rev of the specification? Why not sooner?
-
- Answer: The next rev. (2.0) will not be until towards the end of 1993. We
- need 1.1 of the API to become firmly settled and implemented first.
-
- 4. Where can I get a/the WINSOCK.DLL?
-
- Answer: You can most probably get one from the same place you got your
- TCP/IP software from.
-
- 5. Why isn't there just one WINSOCK.DLL? Do I need a TCP/IP already
- to use it?
-
- Answer: The Windows Sockets specification defines the top level of the DLL,
- the part which is called by user programs. The method a given WINSOCK.DLL
- will use to access TCP/IP (or NetWare, or AppleTalk, or DECNet ...) depends
- on the networking package you have installed, and therefore must vary. A
- WINSOCK.DLL is therefore just an interface to whatever existing protocol
- you already have installed. An illustration would help:
-
- +---------------------------------+
- | WinSock compliant application |
- +---------------------------------+
- +---------------------------------+ <--- WinSock API
- | Windows Sockets DLL |
- +---------------------------------+
- +---------------------------------+ <--- Protocol Stack API
- | Protocol Stack (e.g. TCP/IP) | (typically proprietary)
- +---------------------------------+
- +---------------------------------+ <--- Hardware Driver API
- | Hardware Driver | (Packet Driver, NDIS, ODI,
- +---------------------------------+ or proprietary)
- +---------------------------------+ <--- Hardware Interface
- | Network (hardware) Interface | (hardware specific)
- +---------------------------------+
- |
- +----> network
-
- 6. Where can I contact Windows Sockets application and implementation
- vendors? (include list of address, phone contacts)
-
- Answer:
-
- Date: Tue, 6 Apr 93 12:53:37 PDT
- From: tang@documentum.com (Bill Tang)
- To: winsock@Microdyne.COM
- Subject: vendor list (long)
-
- Thanks to all that responded to my previous inquiry of vendor
- implementations. I am posing a summary and will keep the list updated
- if I receive more information.
- -------------------------------------------------------------------------
- SUMMARY
- -------------------------------------------------------------------------
- Company Shipping? Notes
- -------------------------------------------------------------------------
- 3Com Corp Yes
- Beame & Whiteside Yes
- Distinct Corp Yes
- FTP Software Yes DLL available from vax.ftp.com
- Frontier Tech Yes
- IBM Yes
- JSB Corporation Yes
- Lan Design Yes
- Lanera Corp Yes
- Microdyne Yes
- Microsoft(W NT 32b) Yes
- Microsoft(W NT 16b) ???
- Microsoft(W 3.x 16b) ???
- NetManage Yes
- Network Research ???
- Novell Yes
- Spry Yes
- SunSelect Yes
- Ungermann Bass Yes
- Walker Richer Quinn Yes
- Wollongong Yes
-
- 7. Where can I get sample applications and tests?
-
- Answer: Files and information related to the Windows Sockets API are
- available via FTP (user: "anonymous", password: your e-mail address)
- on the host SunSite.UNC.EDU, in /pub/micro/pc-stuff/ms-windows/winsock.
- Note: if you do not have FTP access to the Internet, send a message
- with the word "help" in the body to either ftpmail@SunSite.UNC.Edu, or
- ftpmail@DECWRL.DEC.Com (in the UK mail to ftpmail@doc.ic.ac.uk), to
- obtain information about the FTP to Mail service there.
-
- 8. Will Windows Sockets be in _____?
-
- 8.1. Will Windows Sockets be in Windows NT?
-
- Answer: Yes. In 16 and 32-bit versions.
-
- 8.2. Will Windows Sockets be in Windows for Workgroups?
-
- Answer: Yes.
-
- 8.3. Will Windows Sockets be in DOS?
-
- Answer: Paul Brooks of TurboSoft (paul@abccomp.oz.au) tells me:
-
- As for a Windows Sockets for DOS - we have a library that is
- pretty much complete. The goal was to produce a DOS library and
- Binary API which would allow developers to code applications using
- the Windows Sockets 1.1 spec. and have it run exactly the same
- under DOS as Windows - blocking and non-blocking modes,
- Asynchronous calls, the works. Apart from some AsyncGetXXXbyYYY
- calls the rest works, although it is not possible to capture all
- the Windows-specific semantics of some areas.
-
- I am sure you can contact him for more information. JSB also has a
- standardized Berkeley Sockets API for DOS which provides access to all
- TCP/IP implementations.
-
- 8.4. Will Windows Sockets be in UNIX?
-
- Answer: Well, since it came from BSD UNIX, there's not much need.
-
- 8.5. Will Windows Sockets be in Win32-S?
-
- Answer: Yes, Win32s 1.1 contains a thunking layer that converts 32-bit
- Windows Sockets calls to 16-bit Windows Sockets. It should work on
- top of any 16-bit WINSOCK.DLL.
-
- 9. What about standard APIs for ____?
-
- 9.1. What about standard APIs for FTP?
-
- Answer: Not yet.
-
- 9.2 What about standard APIs for Telnet?
-
- Answer: Not yet.
-
- 9.3 What about standard APIs for SNMP?
-
- Answer: In the works. Send e-mail to listserv@SunSite.UNC.EDU with
- "subscribe winsnmp" in the body of the message to join the list.
-
- 9.4 What about standard APIs for RPC?
-
- Answer: Microsoft will be providing an implementation of DCE RPC. Also in
- the works is the definition of a standard implementation of ONC RPC (known
- as RPC for Windows) which will be made available by multiple vendors. To
- contribute to the discussion, send email to rpc4win@wco.ftp.com.
-
- 9.5 What about standard APIs for TLI/XTI?
-
- Answer: No, not yet. Vendors chose to do Windows Sockets because of the
- sockets application and knowledge base, however anyone out there is free to
- try a Windows TLI/XTI Specification.
-
- 10.1. Does Windows Sockets work over protocols other than TCP/IP?
-
- Answer: Yes, it does. But we know of no vendors supplying one currently.
-
- 10.2. Will it?
-
- Answer: Yes. Windows NT will include mechanisms for multiple protocol
- support in Windows Sockets, both 32-bit and 16-bit.
-
- 11. Why no SOCK_RAW?
-
- Answer: SOCK_RAW is optionally implemented by many major Windows Sockets
- vendors. It is not mandated now because: 1) not every stack vendor can
- supply a complete SOCK_RAW interface, and 2) we did not have time to define
- the minimal subset every vendor could provide (e.g. maybe just ICMP).
-
- 12. Why isn't it possible to share sockets between tasks?
-
- Answer: The real answer is that it wasn't considered sufficiently important
- for 1.1, but is high on the list for inclusion in 2.0.
-
- 13.1. How do I get my IP address?
-
- Answer: Do a gethostbyname() on the output from gethostname().
-
- 13.2. Why no SIOCGIFADDR?
-
- Answer: It was not included because there were concerns it could not be
- supported across platforms. It may be included in version 2.0 of the spec.
-
- 14. When should I use blocking vs. non-blocking sockets?
-
- Answer: Try to use non-blocking sockets whenever possible; certainly if you
- are coding a Windows application from scratch. Blocking sockets should
- only be used when trying to maintain portability between UNIX/MS-DOS and
- Windows.
-
- 15. What about other socket options that BSD supports? Ioctls?
-
- Answer: Some vendors may support them. Do not rely on ones not explicitly
- mentioned in the specification, however.
-
- 16. How can I get the local username?
-
- Answer: Based on a suggestion from Simon Hewison
- (p0063886@cs3.oxford-brookes.ac.uk), one idea is to call WNetGetUser()
- in the NETWORK.DRV. If a vendor has supplied a NETWORK.DRV then this
- will work, if not you can just use some other method. Thus you could
- write a bit of code thus:
-
- WNetGetUser(szNetUserId,sizeof(szNetUserId);
- if (strlen(szNetUserId)==0) {
- /* call some other method of getting
- userid, eg. the lan manager call NetWkstaGetInfo */
- }
-
- Information on this API call is in the Windows Device Driver Adaption
- Guide.
-
- 17. Do I need to initialize the WSAData structure before calling
- WSAStartup?
-
- Answer: No, WSAStartup does not retrieve the contents of the WSAData
- structure pointed to, it fills it in.
-
- 18. If I write a Windows Sockets program, will I be able to communicate
- with a Sockets program on UNIX or any other non Windows platform?
-
- Answer: Absolutely! This common question is the result of confusing
- protocols with the APIs; communicating programs need not have been
- created with the same APIs, as long as they are using the same
- (transport & network) protocols.
-
- 19. Is it possible to create sockets that map to a dll rather than an
- application? I have tried a WSAStartup() as part of my LibMain, but the
- sockets that are created are owned by the application, not by the DLL. It
- would be desirable for me to have some of the sockets that are opened have
- "A Global (DLL wide) Scope".
-
- Answer: The way this situation has been dealt with by developers is to have
- your DLL create a "helper process" which will perform all Windows Sockets
- operations on behalf of your applications (thereby having all sockets owned
- by the helper process' task).
-
- 20. A *Class* of questions that could be answered are related to porting
- extant BSD applications to Windows Sockets: "How to I implement the xxxx
- function call in my Windows Sockets application?" (e.g. fcntl(), readv(),
- etc).
-
- Answer: In general, you will have to code such functions yourself, although
- it would not hurt to suggest them for the next revision of the
- specification as well.
-
- 21. Is there a Pascal/Visual Basic/Visual Cobol header file for Windows
- Sockets?
-
- Answer: The Pascal and Visual Basic forms are already in the FTP
- archive. Look there for any other header files that people may have
- developed so far. It should be pointed out that not all the Winsock
- functions can be called from Visual Basic and the subset that can be
- called are not really enough for a true app (for example, you can't
- call gethostbyname()). To use Winsock from VB requires a translation
- DLL that will probably have to be written in C. To date, there is no
- public domain implementation, although several vendors have announced
- toolkits for Winsock for VB.
- From news@bigblue.oit.unc.edu Thu Mar 24 11:58:21 1994
- Received: from bigblue.oit.unc.edu by SunSITE.Unc.EDU (5.65c+IDA/FvK-1.07) with SMTP
- id AA21539; Thu, 24 Mar 1994 08:15:46 -0500
- Received: by bigblue.oit.unc.edu (AIX 3.2/UCB 5.64/4.03)
- id AA26805; Thu, 24 Mar 1994 07:05:30 -0500
- Received: from GATEWAY by bigblue with netnews
- for winsock@sunsite.unc.edu (winsock@sunsite.unc.edu)
- To: winsock@sunsite.unc.edu
- Date: Thu, 24 Mar 1994 11:58:21 +0000
- From: philc@hipstech.demon.co.uk (Phil Cramp)
- Message-Id: <764510301snz@hipstech.demon.co.uk>
- Organization: AT&T Istel H.I.P.S. Technical Support
- Sender: ses
- Reply-To: philc@hipstech.demon.co.uk
- Subject: NCSA WinTel and Winsock problem.
-
-
- I am trying to get the NCSA WinTel program to work with the NCSA
- windows sockets dll, but achieving only a "General Protection fault"
- when I try to connect to a network host - can anyone enlighten me?
- Details:
- Machine: NCR System 3230 486SX25
- 8Mb Ram/120Mb disk
- EVGA (1024x768 - interlaced)
- 3Com 3c509-COMBO Network card, Twisted pair i/f.
- - Packet driver from 3com
- - IO address 0x300
- - IRQ 10
- - Software interrupt 0x65
- MS-Windows 3.1 / DOS 6.0 (not doublespaced)
- NCSA WinTel, Telnet for Windows
- NCSA Winsock - sockets for MS-Windows, version 1 Beta 2
-
- The driver is loaded as recommended in the documnetation:
- 3c5x9pd -w 0x65
- and reports loaded OK with values matching those above.
-
- ncsabind reports loaded at software interrupt 0x66
-
- load windows - ok.
-
- Clicking on WINTEL icon produces error - cannot write to AUX, with <cancel>
- or <retry> buttons available - I click <cancel> to avoid a loop!
- This reveals the "open connection" dialog box, but with no pull-down list
- or 'default' host specified. I enter one of our hostnames (as specified
- in config.tel) and click <OK>.
-
- An "APPLICATION ERROR" box pops-up!, with the following message -
- WINTEL caused a General Protection fault in
- module winsock.dll at 0001:1839
-
- Is there anything I am missing/should have loaded/should not have loaded?
- --
- Phil Cramp philc@hipstech.demon.co.uk
- AT&T Istel Ltd., Redditch, U.K.
- #include "std/disclaimer" Reedemable Value UKP0.01
- From news@bigblue.oit.unc.edu Thu Mar 24 08:41:50 1994
- Received: from bigblue.oit.unc.edu by SunSITE.Unc.EDU (5.65c+IDA/FvK-1.07) with SMTP
- id AA25355; Thu, 24 Mar 1994 08:41:50 -0500
- Received: by bigblue.oit.unc.edu (AIX 3.2/UCB 5.64/4.03)
- id AA17056; Thu, 24 Mar 1994 08:31:43 -0500
- Received: from GATEWAY by bigblue with netnews
- for winsock@sunsite.unc.edu (winsock@sunsite.unc.edu)
- To: winsock@sunsite.unc.edu
- Date: Thu, 24 Mar 1994 14:50:03
- From: sblignau@infocomp.csir.co.za (Blignaut, Shaun)
- Message-Id: <sblignau.1.000ED5FC@infocomp.csir.co.za>
- Organization: CSIR
- Sender: ses
- Subject: Looking for WINCOD23 (3/3)
-
- Hi !
-
- About a week or two ago there were three postings of Wincod23. I only managed
- to get the first two. Is it possible for someone to post the third part to me
- directly.
-
- Much appreciated.
-
- Shaun
-
- sblignau@infocomp.csir.co.za
- shaun@wabe.csir.co.za
- From news@bigblue.oit.unc.edu Thu Mar 24 12:20:20 1994
- Received: from bigblue.oit.unc.edu by SunSITE.Unc.EDU (5.65c+IDA/FvK-1.07) with SMTP
- id AA00804; Thu, 24 Mar 1994 09:11:51 -0500
- Received: by bigblue.oit.unc.edu (AIX 3.2/UCB 5.64/4.03)
- id AA08660; Thu, 24 Mar 1994 08:48:15 -0500
- Received: from GATEWAY by bigblue with netnews
- for winsock@sunsite.unc.edu (winsock@sunsite.unc.edu)
- To: winsock@sunsite.unc.edu
- Date: 24 Mar 1994 12:20:20 GMT
- From: tom@fatty.law.cornell.edu (Thomas R. Bruce)
- Message-Id: <2ms0i4INNnvf@newsstand.cit.cornell.edu>
- Organization: Cornell University
- Sender: ses
- References: <jnlin.17.001D5BB6@netrd.net.tw>
- Subject: Re: Cello Ver. 1.0
-
- Lin Jyun-Naih (jnlin@netrd.net.tw) wrote:
- : Hi,
-
- : I am just using Cello ver. 1.0 and when I lunched the gopher,
- : it displayed the first menu of the gopher server, but when I choosed
- : the item "Other Gopher Servers". It hanged and could not go down.
- : I also used Cello ver. 0.9 and it worked fine and could go to any gopher
- : server. Is there any bug in Cello ver. 1.0?
-
- : J.N.Lin
-
- There was a bug in Cello 1.0 which caused it to misbehave with Gopher+
- servers. It's fixed in 1.01a, currently available from
- ftp.law.cornell.edu, in the /pub/LII/Cello directory.
-
- Best,
- Tb.
-
- Thomas R. Bruce
- Legal Information Institute
- From news@bigblue.oit.unc.edu Thu Mar 24 13:30:50 1994
- Received: from bigblue.oit.unc.edu by SunSITE.Unc.EDU (5.65c+IDA/FvK-1.07) with SMTP
- id AA00811; Thu, 24 Mar 1994 09:11:53 -0500
- Received: by bigblue.oit.unc.edu (AIX 3.2/UCB 5.64/4.03)
- id AA09331; Thu, 24 Mar 1994 09:02:38 -0500
- Received: from GATEWAY by bigblue with netnews
- for winsock@sunsite.unc.edu (winsock@sunsite.unc.edu)
- To: winsock@sunsite.unc.edu
- Date: Thu, 24 Mar 1994 13:30:50 GMT
- From: lattice@world.std.com (Lattice Trading Inc.)
- Message-Id: <Cn687F.KKo@world.std.com>
- Organization: The World Public Access UNIX, Brookline, MA
- Sender: ses
- References: <2ml9j2$ahu@thor.cs.umass.edu>
- Subject: Re: How Does one detect server closing socket
-
- In article <2ml9j2$ahu@thor.cs.umass.edu>,
- Robert Cook <cook@cs.umass.edu> wrote:
- >I have a server that times out a connection if its been idle
- >for more then a certain time. So I'm trying to build a client
- >that will handle this. I thought if I tried to send data to a
- >disconnected socket that send() would return SOCKET_ERROR, but
- >that's not happening. Noting that the Winsock specs for send()
- >states, "Note that the successful completion of a send() does
- >not indicate that the data was successfully delivered.", I
- >tried setting TCP_NODELAY on the socket and that
- >didn't work. I tried using select and that didn't work. The only
- >time I know that the socket is disconnected is when I use the recv()
- >command. I could probably write a function that would ping the
- >connection
- >and the recv() would return SOCKET_ERROR, but that means I would first
- >ping the connection everytime I wanted to send data. That seems pretty
- >inefficent.
- >
- >So how do other people do it? How can the client detect that
- >the server has closed the connection?
- >
-
- I went through this on both the Unix (server) side and the PC (client)
- side. I have a solution that works, but I'm not sure that it is the
- best one. I'm interested in hearing any criticism:
-
- 1) Set the SO_KEEPALIVE socket level option. This will send an empty
- message every 45 seconds (BSD) and expect a response within 6
- minutes (BSD). If it times out the next operation on the socket
- should fail.
-
- 2) The asynch select doesn't get notified if a timeout happens unless
- you have written data to the socket (speculation here). I just have
- a timer that tries to write data every once in a while to make
- sure a timeout hasn't occurred.
-
- -- Les Walker
- lattice@world.std.com
- From news@bigblue.oit.unc.edu Thu Mar 24 13:50:29 1994
- Received: from bigblue.oit.unc.edu by SunSITE.Unc.EDU (5.65c+IDA/FvK-1.07) with SMTP
- id AA05665; Thu, 24 Mar 1994 09:41:59 -0500
- Received: by bigblue.oit.unc.edu (AIX 3.2/UCB 5.64/4.03)
- id AA16886; Thu, 24 Mar 1994 09:16:47 -0500
- Received: from GATEWAY by bigblue with netnews
- for winsock@sunsite.unc.edu (winsock@sunsite.unc.edu)
- To: winsock@sunsite.unc.edu
- Date: Thu, 24 Mar 1994 13:50:29 GMT
- From: dbasinge@bronze.ucs.indiana.edu (D. Michael Basinger)
- Message-Id: <Cn6949.Iqq@usenet.ucs.indiana.edu>
- Organization: Indiana University, Bloomington IN
- Sender: ses
- Subject: Converting .newsrc to news.ini
-
- I'm looking for a program or shell script that would convert a unix
- .newsrc file to a Trumpet news.ini file (and visa versa). I have heard
- of one written in perl, but have been unable to find it.
-
- thanks,
- mike
- --
- D. Michael Basinger: Not speaking for I.U. or the School of HPER
- Computer Specialist dbasinge@bronze.ucs.indiana.edu
- School of HPER dbasinge@nations.ucs.indiana.edu (NeXT Mail)
- Indiana University Phone: (812) 855-1562 Fax: (812) 855-4983
- From news@bigblue.oit.unc.edu Thu Mar 24 13:53:39 1994
- Received: from bigblue.oit.unc.edu by SunSITE.Unc.EDU (5.65c+IDA/FvK-1.07) with SMTP
- id AA16809; Thu, 24 Mar 1994 10:41:55 -0500
- Received: by bigblue.oit.unc.edu (AIX 3.2/UCB 5.64/4.03)
- id AA16071; Thu, 24 Mar 1994 10:12:55 -0500
- Received: from GATEWAY by bigblue with netnews
- for winsock@sunsite.unc.edu (winsock@sunsite.unc.edu)
- To: winsock@sunsite.unc.edu
- Date: Thu, 24 Mar 1994 13:53:39 GMT
- From: ssulliva@opal.tufts.edu (Sean Sullivan)
- Message-Id: <ssulliva.18.0008E533@opal.tufts.edu>
- Organization: Lamont-Doherty Earth Observatory
- Sender: ses
- References: <THOMASG.3099.2D90A28A@staff.tc.umn.edu>
- Subject: Re: Trumpet News reader and Eudora Problem
-
- >I started having trouble with version 1.0B Trumpet News reader for Windows
- >about a month ago. After doing some deep thinking I remembered that is about
- >the same time I started using Eudora.
-
- >What seems to be happening is if I run Eudora BEFORE I run Trumpet News reader
- >I run a good chance of Trumpet causing a general protection fault in
- >KRNL386.EXE right after the info box of Trumpet. If I run Eudora After
- >starting the news reader every thing seems fine.
-
- >Of course one would want to leave Eudora running in the background and not
- >have to restart Windows to check out the news groups.
-
- >Is anyone else having this problem?
-
- >Does anyone have any ideas?
-
- I am running Trumpet Newsreader and Eudora simultaneously with no problems.
-
-
-